fontchooserwidget: Remove unused defines
authorTimm Bäder <mail@baedert.org>
Sat, 25 Mar 2017 19:43:28 +0000 (20:43 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 31 Mar 2017 07:50:39 +0000 (09:50 +0200)
gtk/gtkfontchooserwidget.c

index e3b51c1ce5ea5fb22f7b82775e284ed3163ff194..d533591a540b34f3794c1ccf611918f291fa07f4 100644 (file)
@@ -109,16 +109,6 @@ struct _GtkFontChooserWidgetPrivate
   guint last_fontconfig_timestamp;
 };
 
-/* This is the initial fixed height and the top padding of the preview entry */
-#define PREVIEW_HEIGHT 72
-#define PREVIEW_TOP_PADDING 6
-
-/* These are the sizes of the font, style & size lists. */
-#define FONT_LIST_HEIGHT  136
-#define FONT_LIST_WIDTH   190
-#define FONT_STYLE_LIST_WIDTH 170
-#define FONT_SIZE_LIST_WIDTH  60
-
 /* Keep in line with GtkTreeStore defined in gtkfontchooserwidget.ui */
 enum {
   FAMILY_COLUMN,